Skip to main content
POST
/
auth
/
request-verify-token
Request a verification token
curl --request POST \
  --url https://your_a2_service/auth/request-verify-token \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.aiderx.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
email
string<email>
required

Response

Successful Response